chore: version packages#38
Merged
Merged
Conversation
0a28c7e to
e380537
Compare
✅ Deploy Preview for ocppdebugkit ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
8b8bd3c to
3d4e0d7
Compare
3d4e0d7 to
9854e1a
Compare
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@ocpp-debugkit/cli@0.1.0
Minor Changes
a959fa4: Create CLI package with inspect, report, and scenario commands.
ocpp-debugkit inspect <file>— parse + analyze + output summaryocpp-debugkit report <file>— generate Markdown report (stdout or --output)ocpp-debugkit scenario list— list all 5 built-in scenariosocpp-debugkit scenario run <name>— run scenario through analysis engine,compare detected vs expected failures
Patch Changes
@ocpp-debugkit/core@0.1.0
Minor Changes
07bca8c: Finalize core package for npm publishing.
sideEffects: falsefor tree-shakingfilesfield to limit published contentkeywords,repository,homepage,bugsfields for npm discoverability9543d50: Implement trace parser, event normalizer, and Zod schemas.
parseTrace()accepts JSON Object, JSONL, and bare array trace formatsnormalizeEvents()classifies message types, infers directions (ADR-0004),and normalizes timestamps to epoch milliseconds (ADR-0005)
ParseWarning(ADR-0007)Failure,Scenario,SessionSummary,ValidationResulttypesf2cef5d: Implement session timeline, failure detection, summarizer, and validator.
buildSessionTimeline()correlates events into sessions by transactionId (ADR-0006)detectFailures()implements 3 detection rules: FAILED_AUTHORIZATION,CONNECTOR_FAULT, STATION_OFFLINE_DURING_SESSION
summarizeSession()/summarizeSessions()produce overview statisticsvalidateMessage()/validateMessages()check OCPP 1.6 JSON structural compliance@ocpp-debugkit/reporter@0.1.0
Minor Changes
805434f: Create reporter package with Markdown report generator.
generateMarkdownReport()produces a structured Markdown report with:session overview, timeline summary, failures (with severity and suggested
steps), suggested next steps, and raw event appendix
AnalysisResultinput type representing the analysis pipeline outputPatch Changes
@ocpp-debugkit/scenarios@0.1.0
Minor Changes
17c2aa0: Create scenarios package with 5 initial scenarios.
getScenario()lookupstation-offline, unexpected-stop-reason
Patch Changes
web@0.1.1
Patch Changes